home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 March: Reference Library / Dev.CD Mar 96 RL / Dev.CD Mar 96 RL.toast / Technical Documentation / develop / develop Issue 25 / develop Issue 25 code / QD3D to QTVR / ArticleCode / Source / AEVT.h < prev    next >
Encoding:
Text File  |  1995-10-08  |  294 b   |  16 lines  |  [TEXT/MPCC]

  1. enum {
  2.     rUserAlert = 1001,
  3.     rFatalAlert
  4. } ;
  5.  
  6. enum {
  7.     rErrorStringIndex = 1000,
  8.     rFatalErrorStringIndex
  9. } ;
  10.  
  11. Boolean         SupportsAEVT(void) ;
  12. void             DoHighLevelEvent(EventRecord *ev) ;
  13. void             SendQuitApp( void ) ;
  14. void             SendOpenDoc(FSSpec *myFSSpec) ;
  15. void             SendPrintDoc(FSSpec *myFSSpec) ;
  16.